<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{ font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; line-height:1.75; font-size: 16px; color: #333; line-height: 1.75;}
a,a:hover,a:active,a:visited,a:focus{color:#333; text-decoration: none;}
.bgcolor{ background-color: #ce0000;} /*主-背景色*/
/*返回顶部*/
#rollTop { position:fixed; z-index:9999; right:50px; bottom:10px; width:40px; height: 40px;}
#rollTop a{ display: inline-block; width: 100%; height: 100%; background: url(../images/rollTop.png) no-repeat center; background-size: 50%;}

.imgcut1{position:relative;padding-bottom:75%;overflow:hidden}
.imgcut1 img{position:absolute;display:block;width:100%;height:100%;object-fit:contain}
.imgcut2{position:relative;padding-bottom:75%;;overflow:hidden}
.imgcut2 img{position:absolute;display:block;width:100%;height:100%;object-fit:cover}

/*主体*/
.container{ width: 100%; max-width: 1500px; padding: 0 50px;}
.home{ position: relative; width: 100%; height: auto; overflow: hidden;}
.topbox{ width: 100%; height: 35px; background: #08a19f; overflow: hidden;}
.topbox .lbox,.topbox .rbox{ width: 50%; display: flex; justify-content: start; align-items: center; line-height: 35px;}
.topbox .lbox p{ font-size: 14px; color: #fff;}
.topbox .rbox{ justify-content: end;}
.topbox .rbox a{ display: block; padding-right: 15px; color: #fff;}

.header{ position: fixed; z-index: 1010; width: 100%; height: 130px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.5);}
.hbbg { transition: all 0.5s; background: #fff;}
.header .container{display: flex; justify-content:space-between; align-items: center;display: -webkit-flex; -webkit-justify-content:space-between; -webkit-align-items: center;}
.logo{ max-width: 500px; width: 50%; }
.logo img{ max-height: 90px;}
.nav{ width: 40%; max-width: 800px; min-width: 700px;}
.nav ul{ display: flex; justify-content: space-between;}
.nav ul li{ position: relative;}
.nav ul li&gt;a{ position: relative; display: inline-block; line-height: 30px; color: #333; font-size: 16px; }
.nav ul li .subnav{ position: absolute; top: 55px;left: 0; width: 150%; min-width:180px; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:#08a19f }
.nav ul li&gt;a::before{  display: block; content: ""; position: absolute; width: 0; bottom: -5px; left: 0; height: 5px; background: #08a19f; transition: all 0.5s; }
.nav ul li:hover&gt;a::before,.nav ul li.active&gt;a::before{ width: 100%; }
.nav ul li:hover .subnav{max-height: 600px;}
.nav .subnav a{ display: inline-block; box-sizing: border-box; width: 100%; border-bottom: 1px solid rgba(255,255,255,0.2); color:#fff; line-height: 30px; font-size: 14px; padding: 5px 15px;transition: all 0.5s; }
.nav .subnav a:hover{ text-indent: 10px;}
.tel{ width: 30%; min-width: 280px; height: 80px; display: flex; justify-content: flex-end; align-items: center;}
.tel p{ padding: 0 15px; height: 48px; padding-left: 60px; background: url(../images/phone.png) no-repeat 10px center}
.tel p span{ font-size: 12px;line-height: 18px; display: block;}
.tel p a{ color: #da0000; font-size: 30px;line-height: 30px; display: inline-block;}
.code{ position: relative; width: 35px; height: 35px; margin-right: 15px;}
.code span.icon-code{ display: inline-block; width: 35px; height: 35px; background: url(../images/icon-code.png) no-repeat; background-size: 100% 100%; cursor: pointer;}
.code .code-img{ position: absolute; z-index: 999; left: -40px; bottom: -120px;  overflow: hidden; width: 120px; height: 0; transition: all 0.5s; box-shadow: 0 0 5px rgba(0,0,0,.5);}
.code:hover .code-img{opacity: 1; height: 120px;}
.search{ padding:15px; overflow: hidden; background: #f5f5f5;}
.search form{display: flex; justify-content: center;}
.keywords{ width: 240px; height: 40px; background: #fff; padding: 5px 10px; border:0; float: left;}
.search button{ float: left; border: 0; width: 50px;height: 40px; background: #08a19f; color: #fff; text-align: center; line-height: 40px;}



/*移动端导航样式*/
.menu-handler{overflow:hidden;width:60px;height:60px;cursor:pointer;position:absolute;right:0;top:0px;transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-webkit-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-moz-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);z-index:1012}
.menu-handler .burger{width:32px;height:5px;background:#08a19f;display:block;position:absolute;z-index:5;top:18px;left:50%;margin:0px 0px 0px -16px;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-2{top:28px}
.menu-handler .burger-3{top:38px}
.menu-handler.active .burger-1{top:30px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
.menu-handler.active .burger-2{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top:30px;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{position:fixed;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5);z-index:999;display:none}
.menuBox{position:fixed;width:100%;top:0;right:-100%;height:100%;background:#08a19f;z-index:1000;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none}
.navMobile{margin-top:60px; padding:30px 0;border-top: 1px solid rgba(255,255,255,0.3)}
.navMobile dd a{display:block;line-height:40px;color:#fff;font-weight:normal;font-size:18px;text-align: center;}
.navMobile dd p a.act{color:#fff}
.navMobile dd .mtnav a{padding:0 48px;font-size:14px}
.mtnav{background:#08a19f;display:none}
.mtools{overflow:hidden;background:rgba(0,0,0,0.1);position:fixed;right:-100%;bottom:0;width:100%}
.mtools a{display:block;width:33.33%;text-align:center;float:left;padding-top:10px;height:60px;overflow:hidden;color:#fff; border-left: 1px solid rgba(255,255,255,0.1)}
.mtools .iconfont{font-size:20px}
.mtools p{display:inline-block;vertical-align:middle}
.mtools .weixin .ico{background-position:center -198px}
.mtools .sina .ico{background-position:center -378px}
.m-wx{ width: 100%;display: flex; justify-content: center; box-sizing: border-box;padding: 15px; margin: auto; border-top: 1px solid rgba(255,255,255,0.2);}
.m-wx img{ margin: auto; }
.mtools span{display:inline-block;width:100%;height:20px;line-height:20px;float:left}
.m-wx .codebox{ max-width: 40%;padding: 2%; text-align: center; line-height: 14px; color: #fff}
.mtools .iconfont{font-size:30px;display:block;width:100%;height:20px;line-height:20px;float:left}
/*首页大图*/

#banner{ width: 100%; height: auto; overflow: hidden; position: relative; max-height: 100%;padding-top: 120px;}
#banner .swiper-container{width:100%;height:100%; position: initial;}
#banner .swiper-slide{position:relative; background: #fff; overflow: hidden;}
#banner .swiper-slide .vbox{ position: absolute; left: 0; top:0; width: 100%; height: 100%;}
#banner .swiper-slide .vbg{ position: absolute; top: 0;left: 0; width: 100%; height: 100%; background:url(../images/dot.png) repeat; opacity: 0.5;}
#banner .swiper-slide .vidbg{position:relative;z-index:9}
#banner .swiper-slide p{font-size:20px;letter-spacing:2px;font-weight:700;line-height:2}
#banner .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
#banner .swiper-slide-active img,#banner .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
#banner .swiper-pagination{ bottom: 20px; text-align:center;}
#banner .swiper-pagination-bullet{width:40px;height:40px; line-height: 34px; opacity:1;background:0 0;border:2px solid rgba(255,255,255,0.5);color: #fff; transition: all 0.5s;}
#banner .swiper-pagination-bullet-active{background:#08a19f; border: 2px solid #08a19f;}
#banner .swiper-button-next,#banner .swiper-button-prev{ background: rgba(90,150,0,0.1); text-align: center; color: #fff; line-height: 60px; width: 60px; height: 60px; font-weight: bold; font-size: 14px;}
#banner .swiper-button-next:hover,#banner .swiper-button-prev:hover{ background: rgba(90,150,0,0.5);}
 /*首页*/
.wrapper{ width: 100%; height: auto; overflow: hidden;}
.s01,.about,.solution,.case,.new,.s06{ width: 100%; height: auto; overflow: hidden; float: left; padding: 30px 0;}
/*搜搜*/
.partiner{ margin: 30px 0;}
.partiner ul{display: flex; justify-content: space-between; align-items: center;}
.partiner ul li{ display: flex; justify-content: center; align-items: center; width: 30%; padding: 30px; background: #fff; box-shadow:0 0  15px #eee; border-radius: 5px;}
.partiner ul li .txt{ padding-left: 30px;}
.partiner ul li h3{ font-size: 30px; line-height: 40px; color:#08a19f; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.partiner ul li:last-child h3{ font-family: impact;}
.partiner ul li p{ line-height: 18px; font-size: 14px;}
.s01-main .tbox{ background: #fff; padding: 15px 0; display: flex; justify-content: space-between; align-items: center;}
.s01-main .tbox form{ width: 100%; max-width: 320px;}
.s01-main .tbox input.key{ width: 260px; height: 40px; background: #f1ffdb; border: 0; padding: 5px; float: left;}
.s01-main .tbox input.btn{ float: left; width: 60px; height: 40px; border-radius: 0; border-left: 1px solid #ddd;  background: url(../images/seach_btn.png) no-repeat center #08a19f; }

/*标题*/
.tit{ text-align: center;}
.tit h3{font-size: 40px; line-height: 80px; color: #08a19f; position: relative;}
.tit h3 span{ color: #333; font-weight: normal;}
.tit h3::after{ content: ""; position: absolute; bottom: -25px; left: 50%; margin-left: -94px; display: block; width:188px; height: 40px; background: url(../images/t.png) no-repeat center;}
.tit p{ line-height: 40px; padding: 15px 0;overflow: hidden;}
.tit img{ margin: auto;}

.s01 .swiper-slide a{ display: block; position: relative; border: 1px solid #ddd; overflow: hidden;}
.s01 .swiper-slide .img{ position: relative; z-index: 1; overflow: hidden;}
.s01 .swiper-slide a img{ transition: all 0.5s;}
.s01 .swiper-slide a:hover{ border-color: #0068b1;}
.s01 .swiper-slide a:hover img{ transform: scale(1.1);}
.s01 .swiper-container{ padding-bottom: 80px;}
.s01 .swiper-pagination .swiper-pagination-bullet{ width: 12px; height: 12px;}
.s01 .swiper-pagination .swiper-pagination-bullet-active{ background: #da0000;}

.s01-sidebar{ width: 240px; height: auto; float: left; margin-left: -100%; background: #f0f0f0; box-sizing: border-box;}
.s01-sidebar .subtit{ width: 100%; height: auto; float: left; padding: 15px; box-sizing: border-box; background:url(../images/navt.png)no-repeat 180px center #08a19f;}
.s01-sidebar .subtit h1{color: #fff; font-size: 25px; line-height: 30px;}
.s01-sidebar .subtit p{ color: #fff; font-size: 14px;}
.s01-sidebar .sub_contact{ width: 100%; float: left; background: #08a19f; padding: 15px; color: #fff; font-size: 24px; line-height: 40px;}
.s01-sidebar .sub_contact span{ display: block; font-size: 12px; line-height: 20px; padding-top: 30px; background: url(../images/zj.png) no-repeat center top;}
.s01-sidebar .menu{ float: left; width: 100%;}
.s01-sidebar .menu .side_nav h3{ position: relative; line-height: 60px; width: 100%; box-sizing: border-box; padding: 0 10px; border-bottom: 1px solid #ddd;}
.s01-sidebar .menu .side_nav h3 a{ position:relative; display: inline-block; box-sizing: border-box; width: 100%; font-weight:normal; font-size:16px; color:#333;padding-left:25px;}
.s01-sidebar .menu .side_nav h3 a::before{ content: ""; display:block; width:8px;height:8px; background:#08a19f; position:absolute; left:5px;top:27px;}
.s01-sidebar .menu .side_nav h3 a:hover::before{background:#08a19f}
.s01-sidebar .menu .side_nav h3 span{ display: block; text-align: center; font-weight: normal; width: 50px; height: 60px; cursor: pointer; border-left: 1px solid #ddd; position: absolute; right: 0; top: 0;}
.s01-sidebar .menu .side_nav h3 span::before{ content: "+"; color:#333;}
.s01-sidebar .menu .side_nav h3 .add::before{ content: "+"; color:#333;}
.s01-sidebar .menu .side_nav h3 a:hover{ color: #08a19f;}
.s01-sidebar .menu .side_nav ul{ width: 100%; height: 0; overflow: hidden;}
.s01-sidebar .menu .side_nav ul.on{ height: auto;}
.s01-sidebar .menu .side_nav ul.on li:last-child{ border-bottom: 1px solid #ddd; padding-bottom: 15px;}
.s01-sidebar .menu .side_nav ul.on li:first-child{margin-top: 15px;}
.s01-sidebar .menu .side_nav ul li{ line-height: 30px; box-sizing: border-box; padding-left: 35px; background: url(../images/dot.png) no-repeat 20px 15px;}
.s01-sidebar .menu .side_nav ul li a{ display: inline-block; width: 100%; font-size: 15px; color: #666;}
.s01-sidebar .menu .side_nav ul li:hover a{ color: #08a19f}
.s01-sidebar .txt{ float: left;color: #333; padding:30px 15px; box-sizing: border-box; width: 100%;font-size: 12px;}

.s01-main{ width: 100%; float: left; padding-left: 300px; box-sizing: border-box;}
.s01-content{ background: #fff; width: 100%;height: auto; min-height: 500px;}
.s01-content .menu{ width: 100%; height: auto; text-align: left;}
.s01-content .menu a{ display: inline-block; padding: 6px 25px; background: #08a19f; color: #fff; border-radius: 30px; margin-right: 15px;}
.s01-content .menu a:hover{ background: #ffa700; color: #fff;}
.s01-content ul.imgbox{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.s01-content ul.imgbox li{ width: 23%; margin-bottom: 20px;}
.s01-content ul.imgbox li .img{ padding: 10px; border:1px solid #ddd;}
.s01-content ul.imgbox li p{ padding: 10px 15px; line-height: 30px; background: #08a19f; overflow: hidden;color: #fff; display: flex; justify-content: space-between;}
.s01-content ul.imgbox li p span:last-child{ border-left: 1px solid #fff; font-size:20px; padding: 0 5px;}
.s01-content ul.imgbox li:hover p{ background: #08a19f;}
.s01-content ul.imgbox li:hover .img{ border-color:#08a19f}


.about{padding:50px;width:100%;height:auto;background:url(../images/abg.jpg) no-repeat top}
.about .tbox{box-sizing:border-box;margin:auto;width:100%;}
.tbox h3{font-size:30px;line-height:60px}
.tbox h3,.tbox p{color:#fff;text-align:center}
.tbox p{max-width: 70%; margin: auto; padding-bottom:20px;font-size:16px;line-height:24px}
.about .numCount{padding:50px 0;background:0 0}
.about .numCount ul li{position:relative;float:left;box-sizing:border-box;padding:0 30px;width:25%;border-right:1px solid hsla(0,0%,100%,.2);text-align:center}
.about .numCount ul li:last-child{border-right:0}
.about .numCount .item{position:relative;z-index:1}
.numCount li .numU{line-height:1}
.numCount li .numCX{background:#fff;color:transparent;font-family:impact;font-size:50px;-webkit-background-clip:text}
.numCount li sub{ color: #fff; bottom: 50px; font-size: 100%; }
.numCount li .indc{padding:10px 0;color:#fff;font-size:14px}
.about .lbox,.about .rbox{width:50%}
.about .lbox{box-sizing:border-box}
.about .box{display:flex;box-sizing:border-box;margin:auto; padding: 50px; background:#f5f5f5; justify-content:space-between;align-items:center}
.about .rbox{box-sizing:border-box;padding-right:50px}
.about .rbox .txt_tit h3{font-size:30px;line-height:30px;color: #08a19f;}
.about .rbox .txt_tit h3 span{ font-weight: normal; color: #333;}
.about .rbox .txt_box{padding:20px 0}
.about .rbox .txt_box p{text-align:justify;font-size:16px;line-height:30px}
.about .rbox a.more{display:inline-block;padding:10px 50px;background:#08a19f;color:#fff}
.about .rbox a:hover{background:#08a19f}
.about .tit h3{ color: #fff;}
.about .tit h3 span{ color: #fff;}
.about .tit h3::after{ background: url(../images/t1.png) no-repeat center;}
.about .tit p{ color: #fff;}
.about .bbr{ padding-top: 30px }
.about .bbr .tit h3{ color: #08a19f;}
.about .bbr .tit h3 span{ color: #333;}
.about .bbr .tit h3::after{ background: url(../images/t.png) no-repeat center;}
.about .bbr .tit p{ color: #333;}


.list_img{ padding-top: 30px;}
.list_img p{ text-align: center;}

.solution{ background:#f5f5f5; padding:0;}
.solution .container{ display:flex; justify-content: space-between; align-items: center; }
.solution .lbox{ width: 100%; padding-right:50px; }
.solution .tit{ text-align: left; }
.solution .tit h3{ line-height:40px }
.solution .tit h3::after{ display: none }

.solution .box{ display: flex; justify-content: space-between;}
.solution .box .item{ padding: 30px; background: #fff; width: 15%; cursor: pointer; text-align: center;}

.solution .box .item .img{ position: relative; width: 40px; height: 40px; overflow: hidden; margin: auto;}
.solution .box .item img{ display: block; margin: auto;}
.solution .box .item img.hover{ position: absolute; z-index: 1; opacity: 0; transition: all .5s;}
.solution .box .item span{ display: block; line-height: 40px;}
.solution .box .item:hover{ background: #08a19f; color: #fff;}
.solution .box .item:hover img{ opacity: 0;}
.solution .box .item:hover img.hover{ opacity: 1; top:0;left: 0;}


.solution .rbox{ padding: 30px 15px; max-width: 300px; min-width: 300px;min-height: 400px; background: #08a19f; }
.solution .rbox p{ color: #fff; line-height: 40px; padding-left: 30px; background:url(../images/feedback.png) no-repeat left center; }
.solution .rbox input,.solution .rbox textarea{ display: block; border: 0; background: #fff; width: 100%; line-height: 30px; margin: 5px 0;padding:5px;}
.solution .rbox .tel{ font-size: 14px; color: #fff; min-width: auto; width: 100%; display: block; padding-top:20px }
.solution .rbox .tel a{ font-size: 24px; color: #fff }

.advantage{ width: 100%; padding:50px 0; height: auto; overflow: hidden; }
.advantage .item{ background: #f5f5f5; display: flex; justify-content: space-between; align-items: center;}
.advantage .item .txt,.advantage .item .img{ width: 50%; }
.advantage .item .txt{ padding: 30px;}
.advantage .item .txt ul li{ margin: 10px 0; }
.advantage .item .txt .top{ display: flex; align-items: center; }
.advantage .item .txt .top i{ display: block; width:60px; height: 60px; background: #08a19f; color: #fff; line-height: 60px; text-align: center; font-family: impact;font-size: 30px }
.advantage .item .txt .top h3{ font-size: 30px; color: #08a19f; line-height: 30px; padding: 0 15px}
.advantage .item .txt .top span{ display: block; font-size: 16px; color: #333;font-weight: normal; }
.advantage .item .txt .bot{ line-height: 24px; padding: 10px 0; }



.case{padding:30px 50px;background:url(../images/cbg.jpg) no-repeat #f5f5f5; background-size: 100% 100%;}
.case .tit h3 span{ color: #333; }
.case .bbox,.case .tit,.new .box{margin:auto;max-width:1560px}
.case .bbox{padding:30px 0;}
.case .tit{padding-bottom:0}
.case .txt{ padding:0; text-align: left; background: #fff;}
.case .bbox h3{font-size: 14px; font-weight: normal; padding: 0 10px; line-height: 40px; text-align: center;}
.case .bbox p{ font-size: 14px; padding:0; line-height: 30px; overflow: hidden; text-align: center; color: #666; background: #08a19f;}
.case .bbox p span{ display: block; float: left; width: 50%; text-align: center; color: #fff;}
.case .bbox p span:last-child{ background: #222 }

.case .bbox .swiper-slide:hover h3{color:#da0000}

.case .submenu{ max-width: 1560px; margin: auto; text-align: center; padding: 0; }
.case .submenu a{ font-size: 14px; padding:10px 30px; display: inline-block; border-radius: 30px; }
.case .submenu a:hover,.case .submenu a:first-child{ background: #da0000; color: #fff; }



.new{overflow:hidden;padding:50px;}
.new .bbr{ display: flex; justify-content: space-between; padding: 30px 0; }
.new .submenu{ text-align: right; }
.new .submenu a{ font-size: 16px; line-height: 16px; padding: 0 10px; display: inline-block; }
.new .submenu a{ border-right: 1px solid #aaa; }
.new .submenu a:last-child{ border-right: 0; }
.new .submenu a:hover{ color: #da0000; }

.new .box{display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;}
.new .lbox{float:left;width:50%}
.new .rbox{float:left;box-sizing:border-box;padding-left:50px;width:50%}
.new .lbox ul{display:flex;justify-content:space-between}
.new .lbox ul li{width:100%;background:#fff;}
.new .lbox ul li a{ display: block; position: relative; }
.new .lbox ul li .txt{ position: absolute; bottom: 0; left: 0; padding:15px; background: rgba(0,0,0,0.7); width: 100%;}
.new .lbox ul li .txt h3{font-size:20px;line-height:24px; color: #fff;}
.new .lbox ul li .txt h3 small{display:inline-block;color:#fff;font-size:12px}
.new .lbox ul li .txt p{font-size:16px;line-height:24px; color: #fff;}
.new .lbox ul li:hover .txt{ background: rgba(0, 119, 211, 0.7);}
.new .rbox ul{ height: 100%; display: flex; justify-content: space-between; flex-direction: column;}
.new .rbox ul li{padding:15px;width:100%;background:#fff; border: 1px solid #ddd;}
.new .rbox ul li a{display:flex;justify-content:space-between;align-items:center}

.new .rbox ul li .date{ padding:0 30px; border-right:1px solid #ddd; }
.new .rbox ul li .date p{ font-size: 50px; line-height: 50px; font-weight: bold; text-align: center; }
.new .rbox ul li .date span{ font-size: 16px; line-height: 24px; display: block; min-width: 65px;}
.new .rbox ul li .txt{float:left;box-sizing:border-box;padding:0 15px;}
.new .rbox ul li .txt h3{overflow:hidden;width:100%;height:50px; padding-bottom: 10px; text-overflow:ellipsis;white-space:nowrap;font-size:20px;line-height:40px}
.new .rbox ul li .txt p{color:#666;font-size:14px;line-height:24px;overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.new .rbox ul li:hover{background:#08a19f; border:1px solid #08a19f;}
.new .rbox ul li:hover h3,.new .rbox ul li:hover span,.new .rbox ul li:hover p{color:#fff}
.new .rbox ul li:hover .date{ border-right:1px solid #fff; }



.footer{position:relative;float:left;overflow:hidden;width:100%;background:#222}
.fnav{display:flex;margin:auto;padding:20px 0;max-width:1560px;border-bottom:1px solid hsla(0,0%,100%,.2);justify-content:space-between}
.fnav a{display:inline-block;padding:0 20px;font-size:20px}
.fnav a,.fnav a:hover{color:#fff}

.fcenter{ width: 100%; height: auto; overflow: hidden; padding: 50px; border-bottom:1px solid hsla(0,0%,100%,.2);}
.fbox{display:flex;display:-webkit-flex;margin:auto; width: 100%; max-width:1560px;justify-content:space-between}
.fbox .cbox,.fbox .lbox,.fbox .rbox{padding:0;width:100%}
.fbox .cbox,.fbox .rbox{padding-left:50px}
.fbox .lbox{ display: flex; justify-content: flex-start; align-items: flex-start; max-width: 600px;}
.fbox .lbox img{ display: block; float:left;padding-right:30px;max-width:200px}
.fbox .lbox p{width: 100%; float: left; color:#fff;font-size:14px;line-height:24px;}
.fbox .lbox p span{ display: block; font-size: 20px; padding-bottom: 10px;}

.fbox .rbox{ display: flex; justify-content: flex-start; flex-direction: column; }
.fbox .rbox h3{ font-size: 20px; color: #fff; font-weight: normal; padding: 5px;}
.fbox .rbox h3 small{ font-size: 12px; color: #fff;}
.fbox .rbox .navall{ padding: 15px 0; display: flex; justify-content: flex-start;}
.fbox .rbox .navall a{ display: inline-block; margin: 5px; padding: 5px 10px; color: #fff; background: #08a19f;}
.fbox .rbox p{ color: #fff; font-size: 16px; padding: 5px;}

.fbot{margin:auto;padding:20px 0;max-width:1560px;text-align:center;font-size:12px}
.fbot,.fbot a{color:#fff}
.footer-nav{display:none}


.flink{ height: 60px; line-height: 60px; width: 100%; overflow: hidden; background: #08a19f; padding:0 50px; }
.flink-box{width: 100%; max-width: 1560px; margin: auto; display: flex; justify-content: start; align-items: center; }
.flink-box h3{ padding-right: 50px; line-height: 60px; color: #fff; font-size: 24px; font-weight: normal; }
.flink-box h3 small{ font-size: 14px;color: #fff; }
.flink-box p{ line-height: 60px; }
.flink-box p a{ color: #fff; font-size: 16px; display: inline-block; padding-right: 15px; }




/*移动端底部拨号按钮*/
.kf_bottom{ position: fixed; z-index: 9999; bottom: 0; left: 0; width: 100%; padding: 5px; }
.kf_bottom .box{box-sizing: border-box; display: flex; justify-content: center; }
.kf_bottom a{ display: flex; justify-content: center; align-items: center; width: 50%; margin: 1%; background: #08a19f; color: #fff; padding:5px 10px; line-height: 30px}
.kf_bottom i{ font-size: 30px; padding:0; padding-right: 15px}

@media screen and (max-width: 1600px) 
{
    .company h3{ font-size: 16px; font-weight: normal; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical; }
}
/*Ipad样式*/
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .logo{ width: 50%;}
    .container{ padding: 0 30px;}
   
}

/*移动端样式*/
@media screen and (max-width: 1080px) {
    .header{ height: 60px;}
    .fnav{ padding: 0;}
    .fbox .lbox img{ max-width: 100%; margin: 0 auto; display: block; padding: 0; }
    .tel{ margin-right: 80px;}
	
    .logo{ min-width: 200px;}

    #rollTop{ right: 0; bottom: 60px;}
    .container{ padding: 0 10px;}
    .navbox{ position: fixed; top:0; right: 0; width: 60px; height: 60px;}
    .logo{ width: 100%; padding: 5px 0;}
    .logo img{ max-height: 50px;}
    .tit h3{font-size: 30px; line-height: 60px;}
    .tit p{ line-height: 20px;margin-top: 5px; margin-bottom: 10px; font-size: 10px;}
    .s01 .swiper-container{ padding-bottom: 50px;}
    .s01-main{ padding: 0;}
    .s01-content .menu a{ padding: 5px 15px; font-size: 12px; margin: 5px;}
    .s01-content ul.imgbox li{ width: 48%;}
    .about{padding: 15px 0; }
    .about .rbox a.more{ width: 100%;text-align: center; }
    .about .numCount ul li{ width: 50%;}
    .about .numCount{ padding: 15px 0;}
    .numCount li .numCX{ font-size: 24px;}
    .numCount li .indc{ font-size: 12px;}
    .about .box{ padding: 30px 15px; display: block;}
    .about .lbox, .about .rbox{ width: 100%; padding: 0;}
    .case .submenu{ padding: 0 }

 }
 
.floating_ck{position:fixed;right:20px;top:65%;z-index:9999;display:block;}
.floating_ck dl dd{position:relative;width:60px;height:60px;margin-bottom: 1px; background-color: #08a19f;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;color: #666666;}
.floating_ck dl dd:hover{background-color:#08a19f;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/qq.png);}
.words{background-image:url(../images/kficon.png);}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color: #fff;display:block;padding-top:40px;font-size:10px}
.floating_left{position:absolute;left:-120px;top:0px;width: 120px;height:60px;background-color: #08a19f;border: solid 1px #08a19f;display:none;}
.floating_left a{color: #fff;line-height:60px;}
.floating_ewm{height:160px;top:-80px;}
.floating_ewm i{ background-size: 100%; display:block;width:100px;height:100px;margin:auto;margin-top:10px;}
.floating_ewm p{color: #fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:8px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:12px;}
@media screen and (max-width: 768px){
.floating_ck{display:none;}
.s01-content ul.imgbox li .img{ padding: 0; border: 0;}
.fbot{ font-size: 10px;}
.home .swiper-pagination{ display: none;}
.s04 .rbox{ text-align: center;}
#banner{ padding-top: 60px;}
.fbox .lbox img{ display: block; max-width: 180px; }
.tit p{ display: none;}
.tit h3{ padding-bottom: 30px;}
.tit h3::after{ bottom: 5px;}
.about .numCount ul li{ width: 100%; padding: 15px 0;border: 1px solid rgba(255,255,255,0.2);}
.about .numCount ul li:last-child{border: 1px solid rgba(255,255,255,0.2);}
.solution .box{ flex-wrap: wrap;}
.solution .box .item{ width: 30%; padding: 15px 0; margin-bottom: 15px;}
.new{padding:30px 0}
.new .lbox, .new .rbox{padding: 0; width: 100%;}
.new .rbox ul li .date{ padding: 10px; }
.new .rbox ul li .date p{ font-size: 20px; line-height: 20px; color: #aaa; }
.new .rbox ul li .date span{ font-size: 12px; color: #aaa; }
.new .more a{ background: #005cca; }
.new .rbox ul li{padding:0;border:0;margin-bottom:10px}
.new .rbox ul li .txt h3{height:24px;font-size:14px;line-height:24px}
.new .rbox ul li .txt p{overflow:hidden;height:28px}
.new .rbox ul li:hover{ border:0}
.new .rbox ul li:hover .date p,.new .rbox ul li:hover .date span{ color: #fff;}
.fcenter{ padding: 15px;}
.case{ padding: 15px 0;}
.case .bbox h3{ font-size: 12px; line-height: 16px;}
.case .bbox p{ display: none;}
.fbox .lbox{ display: block;}
.fbox .lbox img{ padding-bottom: 15px;}
.list_img p{ color: #333;}

}

@media screen and (max-width: 1080px) {

.solution .container{ display: block }
.solution .tit{ text-align: center; }
.solution .lbox{ padding: 0; padding-top: 30px }
.solution .rbox{ min-width: 100%;max-width: 100%; min-height: auto }
.advantage{ padding: 15px 0 }
.advantage .item{ display: block; background: #fff;margin-bottom: 15px;}
.advantage .item .txt, .advantage .item .img{ width: 100% }
.advantage .item .txt{ padding: 0 }
.advantage .item .txt .top i{ width: 40px; height: 40px; line-height: 40px; font-size: 20px }
.advantage .item .txt .bot{ font-size: 12px; line-height: 18px }
.advantage .item .txt .top h3{ font-size: 20px; line-height: 20px; font-weight: normal; }
.advantage .item .txt .top span{ color: #666; font-size: 14px }
.case .submenu a{ width: 48%; }
.fbox .lbox img{ float: none }
.fbox .lbox .text-left{ line-height: 0; padding-bottom: 30px; text-align: center; }
.footer{padding:30px 0}

}</pre></body></html>